home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4278 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 26 Feb 1996 20:50:35 +0100
  6. Organization: dis-
  7. Message-ID: <4gt2ub$ban@serpens.rhein.de>
  8. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es>         <38232604@kone.fipnet.fi> <4gj3ve$f9c@sunsystem5.informatik.tu-muenchen.de>     <642.6629T546T2374@login.eunet.no> <4gpjgi$19c@serpens.rhein.de> <265.6630T583T838@login.eunet.no>
  9. NNTP-Posting-Host: serpens.rhein.de
  10.  
  11. patrick.hanevold@login.eunet.no (Patrick Hanevold) writes:
  12.  
  13.  
  14. >>>Tell me, how do you copy memory with only writes. :)
  15.  
  16. >>With a write buffer ? :)
  17. >>You can copy memory from fast to chip with 7M/s.
  18. >Explain.
  19.  
  20. Just try this on an A3000. The trick is that for writing to
  21. chip memory the CPU databus is only occupied for a short time.
  22. If you would immediately start another write it is delayed for
  23. the next chip memory slot. But it is possible to do a fast memory
  24. read and still be fast enough to not miss the next chip memory
  25. slot.
  26. That means, a copy loop transfers 7MByte/s.
  27.  
  28. This is not true on the A4000/040. Probably an effect of the
  29. A3640s bus interface.
  30.  
  31. Regards,
  32. -- 
  33.                                 Michael van Elst
  34.  
  35. Internet: mlelstv@serpens.rhein.de
  36.                                 "A potential Snark may lurk in every tree."
  37.